Skip to content

Conversation

@zburke
Copy link
Member

@zburke zburke commented Jan 15, 2025

Transpile on publish. Leverage the prepare npm lifecycle hook to execute transpilationi prior to publishing. Relocate hooks and utils into lib to simplify transpilation and follow JS SOP. This required updates to some import paths but no substantive changes otherwise.

In lib/util/currencies, the import that pulls in currency data changed because ... it's not really clear, except the previous import did not work and the updated import looks a little simpler. 🤷

unrelated cleanup:

  • remove unused file Jenkinsfile.deprecated
  • clean up package.json:
    • remove engines
    • correctly specify repository

Refs STCOM-1397

Transpile on publish. Leverage the `prepare` npm lifecycle hook to
execute transpilationi prior to publishing. Relocate `hooks` and `utils`
into `lib` to simplify transpilation and follow JS SOP. This required
updates to some import paths but no substantive changes otherwise.

In `lib/util/currencies`, the import that pulls in currency data changed
because ... it's not really clear, except the previous import did not
work and the updated import looks a little simpler. 🤷

unrelated cleanup:
* remove unused file `Jenkinsfile.deprecated`
* clean up `package.json`:
  * remove  `engines`
  * correctly specify `repository`

Refs STCOM-1397
@github-actions
Copy link

Bigtest Unit Test Results

    1 files  ±0      1 suites  ±0   15s ⏱️ ±0s
1 535 tests ±0  1 527 ✅ ±0  8 💤 ±0  0 ❌ ±0 
1 537 runs  ±0  1 529 ✅ ±0  8 💤 ±0  0 ❌ ±0 

Results for commit 5897ab9. ± Comparison against base commit ef2336c.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant